projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8e7142
)
(print-help-return-message): If pop-up-frames is non-nil, don't display
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Dec 2005 12:07:03 +0000
(12:07 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Dec 2005 12:07:03 +0000
(12:07 +0000)
message about scrolling the help window.
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 067e02d5cefe2bcca49a1ae207b3ae19d8dd4971..9a779f14d0cf185705e59f2366c5f65057165482 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-159,7
+159,8
@@
specifies what to do when the user exits the help buffer."
(if first-message " ")
;; If the help buffer will go in a separate frame,
;; it's no use mentioning a command to scroll, so don't.
- (if (special-display-p (buffer-name standard-output))
+ (if (or pop-up-windows
+ (special-display-p (buffer-name standard-output)))
nil
(if (same-window-p (buffer-name standard-output))
;; Say how to scroll this window.